home *** CD-ROM | disk | FTP | other *** search
- cursor(-1)
- repeat with i = 5 to 7
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 15 to 17
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 30 to 31
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 47 to 48
- set the cursor of sprite i to 3
- end repeat
- if rollOver(7) then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- go(the frame)
-